home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 1 / Amiga Tools.iso / disk-tools / cd-tools / cddarip / cddarip.readme < prev    next >
Text File  |  1994-06-06  |  3KB  |  65 lines

  1. Short: Sample audio in 8 bit from CD-ROM drives like Toshiba 3401B
  2. Type: mus/misc
  3.             
  4.            CDDARIP.DOC     DOCUMENTATION FOR CDDARIP
  5.  
  6.                Version 0.90 on May 12, 1993
  7.  
  8.     Cddarip is a new program that does the previously impossible.  It allows
  9. one to extract audio samples directly from an audio CD (CDDA).  Until the latest
  10. generation of drives (these expensive double speed drives), it was impossible to
  11. read audio samples through a CD-ROM player.  Most units had provisions to play
  12. the discs when it is not being used for computer data, and would often furnish
  13. computer programs to emulate the buttons on a standard audio CD player.  However,
  14. the units had their own DACs and audio was taken from a headphone or line output
  15. connected to the drive.  
  16.     This program is intended for the Toshiba XM-3401B drive.  It MAY work on
  17. similar models by Toshiba, and it is rumored the Apple CD300 is a similar drive
  18. inside.  CDDARIP has not been tested thereon.  It will not likely work on other
  19. manufacturers units, thought the latest Sony and NEC drives could have this 
  20. capability.
  21.     This program came to being out of curiosity.  I had obtained the Toshiba
  22. SCSI command manual to solve another problem(see fix_xa.lzh) and I discovered
  23. command capability to retrieve CDDA digital audio.  I wrote a short program to
  24. grab an arbitrary sample and save it as a raw 8 bit file.  I played back the
  25. result and low and behold, it sounded something like the original.
  26.     To make it usable, an interface had to be generated, and this was 70% of
  27. the programming time.  Plus everything is in BCD and some code had to be written
  28. to handle this.  The result is basically a CDDA control program (CDDARIP can
  29. be used for this just fine).  This allows the user to browse his CD to set the
  30. proper times to sample.  Then he can actually sample the data to disk.
  31.     Data from this can be used with other programs, as it puts it out in the
  32. standard IFF 8SVX format.  Think of it, your favorite guitar licks can come up
  33. when there is a system message with 2.0 or above.  
  34.     Cddarip was compiled with SAS/C ® 6.02.  It is designed to work with all
  35. 68000 family processors.  
  36.       
  37.  
  38. REQIREMENTS:
  39.  
  40. TOSHIBA XM-3401-B or similar 3400 series drive.  Apple CD300 MAY work not tested.
  41.  
  42. SCSI Interface that supports SCSI direct.  Tested on Amiga 3000.
  43.  
  44. Headphones or amplifier/speakers on 3401's audio output.
  45.  
  46. WorkBench/Kickstart (TM Commodore-Amiga inc) 2.04 or greater.
  47.  
  48. Note: It should NOT require any CD ROM filesystem as it accesses SCSI directly.
  49.  
  50. Hard disk for saving larger samples.  
  51.  
  52.     The music industry probably has concerns about perfect duplication of CD and
  53. other digital audio.  This will not happen with CDDArip since the quality is 
  54. degraded to 8 bits, less than a good analogue copy.   Also the cost of media and
  55. drives for that magnitude of data would be many times the cost of the CD in a 
  56. record store.  
  57.     This may be distributed by Fred Fish, and by any BBS, and any redistributable
  58. software library.  And it may be distributed anywhere in the world.  
  59.         
  60. CONTACT:
  61.  
  62.     I'm on BIX, the handle is jboros.  Leave any bug reports or suggestions 
  63. there.      
  64.  
  65.